This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Don't use the UNID in your code! In fact, don't use any of the internal fields in your code. If you need an identifier, create one. The reason is that UNIDs and other fields may be changed by replication/save conflicts or other actions. But with that said...
You didn't post all your code so we can only guess. I suspect that there's an "On Error Resume Next" in the code. That's a bad thing to do, and I see it mostly in code written by mediocre contract programmers. The code runs without errors, and by the time people have figured out that data is being corrupted, the programmer is long gone. So that’s the first thing to check.
Feedback response number WLOO95625C created by ~Julia Feztoosterader on 02/21/2013